﻿@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
html {
	overflow-x:hidden;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
	font-size:14px;
	_background-image:url(about:blank);
	_background-attachment:fixed;
	font-family:'微软雅黑';
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border:0;
}
.clear {
	clear:both;
	height: 0;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
a {
	text-decoration:none;
	outline:0;
}
body {
	color:#ffffff;
}
.pad10 {
	padding: 10px 0px;
}
/* header */
.header {
	width:100%;
	position:relative;
}
.topbg {
	width: 100%;
	height: 65px;
	background: #252525;
}
.top {
	position:relative;
	width:1000px;
	height:65px;
	margin:0 auto;
}
.logo {
	float:left;
	width:700px;
	height:65px;
}
.toptel {
	float: right;
	height: 30px;
	margin-top: 17px;
	color: #ffffff;
	line-height: 30px;
	text-align: right;
	background: url(../images/telbg.jpg) left center no-repeat;
	padding-left: 35px;
	margin-right:40px;
}
.toptel span {
	display:block;
	float:right;
	color: #ffffff;
	font-size:22px;
	line-height:30px;
	font-family:impact;
	text-align:left;
}
.navgrp {
	position: relative;
	width:100%;
	height:66px;
	margin:0 auto;
}
.nav {
	position:relative;
	width:1000px;
	height:66px;
	margin: 0 auto;
}
.nav li {
	position: relative;
	float:left;
	text-align:left;
	width:120px;
	height:66px;
	display: block;
	background: url(../images/navbg.jpg) right center no-repeat;
}
.nav li:hover #navChild {
	display:block;
}
.nav li a:hover {
	color: #006cae;
}
.nav li a {
	/*width:111px;*/
	height:66px;
	display:block;
	color:#333333;
	font-size:16px;
	line-height:66px;
	text-align: center;
}
.nav .menu a {
	width:111px;
	height:66px;
	display:block;
	color:#006cae;
	font-size:16px;
	line-height:66px;
	text-align: center;
}
.nav .on a {
	width:111px;
	height:66px;
	display:block;
	color:#006cae;
	font-size:16px;
	line-height:66px;
}
#navChild {
	position:absolute;
	left:0px;
	top:66px;
	width:150px;
	z-index:99;
	display: none;
	padding:6px 6px 0px 6px;
	background:#252525;
}
#navChild a {
	position:relative;
	width:150px;
	height: 36px;
	display:block;
	border-bottom:1px solid #676767;
	color:#999!important;
	font-size:14px;
	line-height:36px;
	text-align:center;
}
#navChild a:hover {
	color:#ffffff!important;
	background-image:none!important;
}
/* end navgrp */	 
/*-----首页 banner-----*/
.slideBox {
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	margin-bottom:16px;
}
.slideBox .hd {
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:25px;
	width:100%;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
flo/at:left;
	text-align:center;
	width:100%;
}
.slideBox .hd ul li {
fl/oat:left;
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 6px;
	border-radius:6px;
	text-align:center;
	background:#222;
	cursor:pointer;
	font-size:0;
}
.slideBox .hd ul li.on {
	background:#3aa314;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
	height:400px;
}
.slideBox .bd li a {
	display:block;
	height:400px;
}
.slideBox .bd img {
	width:1903px;
	height:390px;
	display:block;
}
.slideBox .prev, .slideBox .next {
	display:none;
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
}
.slideBox .next {
	left:auto;
	right:3%;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:400px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}
.ntbd {
	width: 1000px;
	height:56px;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	margin: 0px auto 24px auto;
}
.notice {
	float:left;
	width:340px;
	height:56px;
	border-right:1px solid #dbdbdb;
}
.notice .title {
	float:left;
	height:56px;
	padding-left:36px;
	color: #666666;
	line-height:56px;
	font-weight:bold;
	background: url(../images/noticebg.jpg) 8px center no-repeat;
}
.notice .noticenr {
	float:left;
	width:230px;
	height:56px;
	color:#666666;
	line-height:56px;
}
/* end search */ 
.toptel2 {
	float:left;
	height:56px;
	color:#666666;
	line-height:56px;
	text-align:left;
	background:url(../images/telbg2.jpg) 10px center no-repeat;
}
.toptel2 .one {
	float:left;
	width:100px;
	height:56px;
	padding-left: 38px;
	color:#666666;
	line-height:56px;
	text-align:left;
}
.toptel2 .two {
	float:left;
	width: 188px;
	height: 56px;
	color: #666666;
	font-size:22px;
	line-height:56px;
	font-family:impact;
}
.section {
	position:relative;
	width:100%;
	margin:auto;
	clear:both;
	overflow: hidden;
}
.Ttitle {
	position:relative;
	width:100%;
	height:58px;
	margin: 0 auto;
}
.Ttitle .font {
	float:left;
	color:#333333;
	font-size:30px;
	line-height:52px; /*font-weight: bold;*/
}
.Ttitle .span {
	float:left;
	color: #006cae;
	font-size:30px;
	line-height:58px;
	font-family:arial;
	text-transform: uppercase;
	font-weight: normal;
}
.Ttitle .span span {
	color: #989898;
}
.Ttitle2 {
	position:relative;
	width:100%;
	height:78px;
	padding: 4px 0px;
	margin: 0 auto;
	color:#ffffff;
	font-size:30px;
	line-height:78px;
	text-align: center;
}
.Ttitle2 span {
	text-transform: uppercase;
}
.Ttitle22 {
	position:relative;
	width:100%;
	height:78px;
	margin: 0 auto;
	color:#333333;
	font-size:30px;
	line-height:78px;
	text-align: left;
}
.Ttitle22 span {
	color: #006cae;
	text-transform: uppercase;
}
.Tmore a {
	position:absolute;
	right:0px;
	top:11px;
	width:88px;
	height:25px;
	border:1px solid #d0d0d0;
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	text-align: center; /*font-weight: bold;*/
	background:#ffffff;
}
.Tmore2 a {
	width:154px;
	height:34px;
	border:3px solid #ffffff;
	display: block;
	margin: 20px auto 0px auto;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	text-align:center; /*font-weight: bold;*/
}
/*end Ttitle*/
.picbox {
	position: relative;
	width:682px;
	height: 250px;
	padding-left: 318px;
	margin: 0 auto;
	margin-bottom:28px;
}
.picbg {
	position: relative;
	width: 682px;
	height: 190px;
	margin-top: 2px;
	background: #dedede;
	overflow: hidden;
}
.picListBd {
	position:relative;
	float:left;
	width: 608px;
	height:132px;
	margin-top:30px;
	overflow: hidden;
}
.picListBd2 {
	position:absolute;
	left:0px;
	top:0px;
	height:131px;
	margin:0 auto;
	overflow:hidden;
}
.picList {
	float:left;
	width: 100%;
	height:131px;
	padding-top: 1px;
	overflow:hidden;
}
.picList li {
	position:relative;
	float:left;
	width:292px;
	height:129px;
	margin-right:2px;
	margin-left:10px;
	background: #fff;
	vertical-align:bottom;
}
.picList li a {
	width:290px;
	height:127px;
	border:1px solid #cfcfcf;
	display: block;
}
.picList li a:hover {
	border:1px solid #0885d0;
	box-shadow:0px 0px 0px 1px rgb(8,133,208);
}
.picList li .titlePic {
	float:left;
	width:146px;
	height: 113px;
	padding:7px;
}
.picList li .titlePic img {
	display: block;
}
.picList li .titlePic span {
	position: absolute;
	left:10px;
	top:0px;
	display: block;
	width: 36px;
	height: 25px;
	color:#fff;
	line-height:25px;
	text-align: center;
	text-transform: uppercase;
	background: #da3806;
}
.picList li .title {
	float:left;
	width:130px;
	height:120px;
	padding-top: 7px;
	color:#0f1427;
	font-size:14px;
	line-height:40px;
	font-weight: bold;
}
.picList li .title span {
	display:block;
	color:#666666;
	line-height:20px;
	font-weight: normal;
}
.picLeft, .picRight {
	float:left;
	width:24px;
	height:125px;
	padding-top: 65px;
	cursor:pointer;
}
.picLeft {
	padding-right: 13px;
}
.picRight {
	padding-left: 13px;
}
.htmlpic2 {
	position:absolute;
	left:1000px; 
}
/* end picListBd */
.advPic {
	position: absolute;
	left:0px;
	top:0px;
	width: 284px;
	height: 244px;
	border:3px solid #0082d0;
}
.slides {
	position:relative;
	width: 284px;
	height: 244px;
	margin: 0 auto;
	overflow:hidden;
}
.slide-pic {
	width:284px;
	height:244px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	list-style: none;
}
.slide-pic img {
	width:284px;
	height:244px;
	margin:0;
	padding:0;
}
.slide-pic li {
	display:none;
	width:284px;
	height:244px;
}
.slide-pic li.cur {
	display: block;
}
.slide-li {
	position:absolute;
	right:10px;
bottom:0px z-index: 99;
	width:100%;
	height:22px;
	margin-top:-30px;
	text-align: right;
}
.slide-li li {
	width:22px;
	height:22px; /*border-radius:50%;*/
	display: inline-block;
	background:#4f575c;
	overflow: hidden;
}
.slide-li a {
	width:22px;
	height:22px;
	display:block;
	overflow:hidden;
	color:#ffffff;
	line-height: 22px;
	text-align: center;
}
.slide-li a:hover {
	text-decoration:none;
}
.slide-li li.cur {
	background:#578bba;
}
/* end advPic */

.proBg {
	position:relative;
	width: 100%;
	height: 524px;
	background:url(../images/probgleft.jpg) left top no-repeat #0078c1;
}
.prorightBg {
	position: absolute;
	right:0px;
	top:0px;
	width:300px;
	height: 524px;
	background:url(../images/probgright.jpg) right top no-repeat #0078c1;
}
.inProBd {
	position: relative;
	width:1000px;
	margin: 0 auto;
}
.proClaList {
	width:1000px;
	height:42px;
	padding-bottom:16px;
	overflow:hidden;
	text-align: center;
}
.proClaList a {
	display: inline-block;
	margin: 0px 1px 0px 0px;
	height: 38px;
	padding: 0px 12px;
	border:2px solid #ffffff;
	color:#333333;
	font-size: 14px;
	line-height:38px;
	background: #ffffff;
}
.proClaList a.more {
	display: inline-block;
	margin: 0px 1px 0px 0px;
	height: 38px;
	padding: 0px 12px;
	border:2px solid #ffffff;
	color:#ffffff;
	font-size: 14px;
	line-height:38px;
	background: #0078c1;
}
.proListPic {
	width:1000px;
	height: 290px;
	margin:0 auto;
	overflow: hidden;
}
.proListPic ul li {
	position: relative;
	float:left;
	width:330px;
	height:290px;
	margin-right:5px;
	overflow: hidden;
}
.proListPic ul li:last-child {
	margin-right:0px;
}
.proListPic ul li a {
	width: 328px;
	height: 288px;
	display: block;
	border: 1px solid #cfcfcf;
}
.proListPic ul li .pic {
	position:relative;
	width:328px;
	height:246px;
}
.proListPic ul li .title {
	width: 328px;
	height: 41px;
	border-top: 1px solid #cfcfcf;
	color:#666666;
	font-size: 14px;
	line-height:41px;
	text-align: center;
	background: #ffffff;
}
.company {
	width: 1000px;
	height: 322px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.TitleBox {
	float:left;
	position: relative;
	width:484px;
	height: 322px;
}
.TtitleCom {
	width: 384px;
	height: 210px;
	padding-left: 34px;
	padding-top: 20px;
	border: 2px solid #0082d0;
	margin-top:10px;
}
.TtitleCom .font {
	float:left;
	color:#333333;
	font-size:30px;
	line-height:52px; /*font-weight: bold;*/
}
.TtitleCom .span {
	float:left;
	color: #006cae;
	font-size:30px;
	line-height:58px;
	font-family:arial;
	text-transform: uppercase;
	font-weight: normal;
}
.TtitleCom .span span {
	color: #989898;
}
.companyPic {
	position:absolute;
	left:0px;
	top: 94px;
	width:450px;
	height:200px;
	padding-left: 34px;
}
.companyCon {
	float:left;
	position: relative;
	width:490px;
	height:322px;
	padding-left: 26px;
}
.companyConBox {
	position: absolute;
	right:0px;
	top: 0px;
	z-index: 10;
	width: 230px;
	height: 318px;
	border: 2px solid #0082d0;
}
.companyConFont {
	position: relative;
	z-index: 12;
	width: 470px;
	height: 230px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 19px;
	color: #666666;
	font-size: 14px;
	line-height:34px;
	overflow: hidden;
	background: #ffffff;
}
.comMore {
	display: block;
	width:154px;
	height:34px;
	border:1px solid #0082d0;
	margin: 20px auto 0px auto;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	text-align:center; /*font-weight: bold;*/
	background: #0082d0;
}
/*end company*/
.casePic {
	position:relative;
	width: 1000px;
	height: 416px;
	margin: 0 auto;
}
.casePicBg {
	position: absolute;
	left:0px;
	top: 0px;
	width: 680px;
	height: 416px;
	background: #0082d0;
}
.casePicList {
	position: relative;
	width: 980px;
	height: 374px;
	padding-left: 20px;
	padding-top: 22px;
}
.caseTitle {
	float:left;
	position:relative;
	width:242px;
	height: 135px;
	padding-top:45px;
	margin: 0 auto;
	color:#ffffff;
	font-size:30px;
	line-height: 40px;
	text-align: center;
}
.caseTitle span {
	display: block;
	text-transform: uppercase;
}
.casePicList ul li {
	float:left;
	position: relative;
	width: 240px;
	height: 180px;
	border:3px solid #ffffff;
}
.casePicList ul li:hover .intro {
	display:block;
}
.casePicList ul li .intro {
	position: absolute;
	left:0px;
	bottom:0px;
	width: 240px;
	height: 180px;
	display: none;
}
.casePicList ul li .intro a {
	width:226px;
	width:220px;
	height:160px;
	padding: 10px;
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:160px;
	text-align:center;
	background: url(../images/probg.png);
}
.caseMore {
	float:left;
	width: 240px;
	height: 180px;
	border:3px solid #ffffff;
	background: #0082d0;
}
.caseMore a {
	width:154px;
	height:34px;
	border:3px solid #ffffff;
	display: block;
	margin: 70px auto 0px auto;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	text-align:center; /*font-weight: bold;*/
}
/*end proListPic*/	
.nnbg {
	width: 100%;
	height: 328px;
	background: #efefef;
	margin-top: 34px;
}
.nnBox {
	width: 1000px;
	height: 328px;
	margin: 0 auto;
}
.nnMore a {
	position: absolute;
	right:0px;
	top:0px;
	width: 80px;
	height: 78px;
	color: #666666;
	font-size: 14px;
	line-height: 78px;
	text-align: right;
}
.newsList {
	float:left;
	width: 510px;
	height: 328px;
	padding-right: 30px;
}
.newsOne {
	width: 478px;
	height: 78px;
	padding: 14px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
}
.newsOne a {
	width: 488px;
	height: 86px;
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}
.newsOne a p {
	color: #666666;
	font-weight: bold;
}
.newsListUl {
	float:left;
	width: 510px;
	height: 120px;
	padding-top: 6px;
}
.newsListUl li {
	width: 470px;
	height: 40px;
	padding-left: 26px;
	padding-right: 14px;
	border-bottom: 1px solid #d9d9d9;
	background: url(../images/newsbg.png) 10px center no-repeat;
}
.newsListUl li a {
	width: 470px;
	height: 40px;
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
}
.newsListUl li a span {
	float:right;
	color:#bababa;
}
.contact {
	float:left;
	width:460px;
	height: 328px;
	overflow:hidden;
}
.contactCon {
	position: relative;
	width: 424px;
	height:166px;
	padding:16px;
	border:1px solid #d9d9d9;
	margin-top: 12px;
	background: #fff;
}
.contactArr {
	position: absolute;
	left:70px;
	top: -21px;
	width: 37px;
	height: 21px;
}
.contactCon dl {
	width:424px;
	display:block;
	clear:both;
}
.contactCon dl dt, .contactCon dl dd {
	color:#666666;
	line-height:32px;
}
.contactCon dl dt {
	float:left;
	width:44px;
	padding-left: 30px;
}
.contactCon dl dd {
	float:left;
	width:350px;
}
/* end contact */
/* footer*/
.footer {
	width:100%;
	background: #3a3a3a;
}
.linkBox {
	width: 100%;
	height:auto!important;
	height:52px;
	min-height: 52px;
	border-top:1px solid #c7c7c7;
	background:#ffffff;
}
.link {
	position: relative;
	width:1000px;
	height:auto!important;
	height:52px;
	min-height: 52px;
	margin: 0px auto;
}
.linkTitle {
	float: left;
	position: relative;
	width: 130px;
	color: #333333;
	font-size: 18px;
	line-height: 52px;
	font-weight: bold;
}
.linkTitle span {
	text-transform: uppercase;
	font-size:13px;
}
.link_list {
	float: left;
	height:auto!important;
	height:32px;
	min-height: 32px;
	padding-top: 10px;
}
.link_list a {
	float:left;
	display:inline-block;
	padding-left: 20px;
	color:#666666;
	font-size:14px;
	line-height:32px;
}
.link_list a:hover {
	color:#000000;
}
/*end link*/
.btnavlist {
	position: relative;
	width: 1000px;
	height: 46px;
	margin: 0 auto;
	padding-top: 14px;
	color:#888888;
	text-align: center;
}
.btnavlist a {
	display: inline-block;
	color:#ffffff;
	font-size:14px;
	line-height: 46px;
}
/*end btnavlist*/
.footOne {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
}
.copyrightnr {
	width:1000px;
	margin: 0 auto;
	color:#bababa;
	line-height:24px;
	text-align: center;
}
.copyrightnr a {
	color:#bababa
}
.copyrightnr a:hover {
	color:#ffffff
}
/*end copy*/
/* 分页样式 */
.main {
	position:relative;
	width:1000px;
	padding-bottom: 20px;
	margin:0 auto;
}
/* left */
.left {
	float:left;
	width: 246px;
	padding-right: 30px;
}
.leftProClaList {
	width: 246px;
	padding-bottom: 18px;
}
.leftProTitle {
	width: 230px;
	height: 50px;
	padding-left: 16px;
	color: #333333;
	font-size:22px;
	line-height: 50px;
	background: #efefef;
}
.leftProTitle span {
	padding-left: 10px;
	color: #a0a0a0;
	font-size:16px;
	font-family:arial;
	text-transform: uppercase;
}
.leftTtitle {
	width: 230px;
	height:54px;
	padding-left:14px;
	border-bottom: 1px solid #d5d5d5;
	color: #333333;
	font-size: 22px;
	line-height: 54px;
}
.leftTtitle span {
	color: #999999;
	font-size:16px;
	text-transform: uppercase;
}
.leftProClaListUl {
	width: 214px;
	padding: 16px;
	background: #0082d0;
}
.leftProClaListUl li {
	width: 214px;
	height:46px;
	border-bottom: 1px solid #6aabd2;
}
.leftProClaListUl li a {
	width: 184px;
	height:46px;
	padding-left:30px;
	color:#ffffff;
	font-size: 14px;
	line-height: 46px;
}
.leftProClaListUl li a:hover {
	color:#81daff;
}
.leftProClaListUl .childCla {
	width:214px;
	/*display:none;*/
}
.leftProClaListUl .childCla li a {
	width:154px;
	padding-left:60px;
	display: block;
	color:#81daff;
	background: url(../images/proclabg.jpg) 36px center no-repeat;
}
.leftContactDl {
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftContactDl dl {
	width:216px;
	padding-left: 16px;
	display:block;
	clear:both;
}
.leftContactDl dl dt, .leftContact dl dd {
	color:#666666;
	font-size:14px;
	line-height:30px;
}
.leftContactDl dl dt {
	float:left;
	width:42px;
	padding-left: 24px;
}
.leftContactDl dl dd {
	float:left;
	width:150px;
}
.leftNewsUl {
	width:244px;
	border:1px solid #dbdada;
	margin-top: 18px;
	margin-bottom:18px;
}
.leftNewsUl li {
	width: 190px;
	height:42px;
	padding-left: 34px;
	padding-right: 20px;
	border-bottom: 1px solid #dbdada;
	margin: 0 auto;
	background: url(../images/newsbg.png) 20px center no-repeat;
}
.leftNewsUl li:last-child {
	border:none;
}
.leftNewsUl li a {
	color: #666666;
	font-size: 14px;
	line-height: 40px;
}
.leftNewsUl li a:hover {
	color:#006cae;
}
.mainCon {
	float:left;
	width: 724px;
}
.mainConTitle {
	position:relative;
	width:100%;
	height:58px;
	border-bottom:1px solid #d0d0d0;
}
.mainConTitle .font {
	float:left;
	color:#333333;
	font-size:24px;
	line-height:52px;/* font-weight: bold;*/
}
.mainConTitle .span {
	float:left;
	padding-left: 10px;
	color: #006cae;
	font-size:18px;
	line-height:58px;
	font-family:arial;
	text-transform: uppercase;
	font-weight: normal;
}
.mainConTitle .span span {
	color: #989898;
}
.mainConTitle .position {
	position: absolute;
	right: 0px;
	top:8px;
	height:46px;
	color: #666666;
	line-height:46px;
}
.mainConTitle .position a {
	color:#666;
}
.mainConTitle .position a:hover {
	color:#666666
}
.mainConTitle .position span {
	color:#666666
}
.mainConTitle .position font {
	color:#155b9d;
}
/*end mainConTitle*/
.mainConList {
	float:left;
	width:724px;
	padding: 16px 0px;
}
.mainConList .pic11 {
	position: relative;
	float:left;
	width:227px;
	height:228px;
	margin:0px 7px 14px 7px;
}
.mainConList .pic11 .pic {
	position:relative;

	border:1px solid #dcdbdb;
}
.mainConList .pic11 .title {

	height: 42px;
	padding: 0px 8px;
	border:1px solid #dcdbdb;
	border-top:none;
	color:#666666;
	font-size: 14px;
	line-height:42px;
	text-align: center;
}
.mainConList .pic11 .title:hover, .mainConList .pic11 a:hover {
	color:#006cae;
}
/*end pic1*/	
.mainConList .pic2 {
	width: 698px;
	height:122px;
	padding:12px;
	margin-bottom: 14px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
}
.mainConList .pic2 dt {
	float: left;
	width:160px;
	height:120px;
	border: 1px solid #dcdcdc;
	margin-right: 16px;
	background: #ffffff;
}
.mainConList .pic2 dt img {
	display:block;
}
.mainConList .pic2 dd {
	width:512px;
	height:122px;
	float:left;
}
.mainConList .pic2 .title {
	color:#333333;
	font-size:14px;
	line-height:40px;
	font-weight:bold;
}
.mainConList .pic2 .intro {
	width:512px;
	height:52px;
	color:#666666;
	line-height:20px
}
.mainConList .pic2 .time {
	color: #999999;
	line-height:28px
}
/*end pic2*/

.newslist {
	width:724px;
}
.newslist li {
	width: 714px;
	padding:10px 5px;
	border-bottom: 1px solid #dcdcdc;
}
.newslist li span{color: #666666;;}
.newslist li a {

	color:#333333;
	font-size:14px;
	line-height:36px;
	font-weight: bold;
	float:left;
}
.newslist li strong{
	float:right;color:#333333;line-height:36px; font-weight:normal;}
.newslist li  p {
	width: 714px;
	height: 48px;
	display: block;
	color:#666666;
	line-height:24px;
	font-weight: normal;
}
.newslist li a:hover {
	color:#006cae;
}
.newslist li a:hover span {
	color:#666;
}
/*end ul*/
/*end pglist*/
.mainContect {
	width: 724px;
	margin: 0 auto;
	color:#666;
	font-size:14px;
	line-height:30px;
overflow:hidden margin-top:16px;
	padding-top: 16px;
	height:auto!important;
	min-height:360px;
	height:360px;
	word-wrap:break-word;
	word-break:break-all;
}
.mainContect .title {
	width:100%;
	color:#0f1427;
	font-size:22px;
	line-height:40px;
	text-align:center;
}
.mainContect .time {
	height: 40px;
	border-bottom:1px solid #dcdcdc;
	color:#999999;
	line-height:30px;
	font-weight:normal;
	text-align:center;
}
.mainContect .pic {
	width:100%;
	text-align:center;
	padding:20px 0px 0px 0px;
}
.mainContect .pic img {
	margin:0 auto;
}
.mainContect .con {
	padding:20px 14px 20px 14px;
	padding-top:0;
	line-height:30px;
	font-size:14px;
	color:#666;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden
}
.mainContect .pgfy {
	width:100%;
	border-top:1px solid #eaeaea;
	padding-top:15px;
	padding-bottom:20px;
	margin: 0 auto;
}
.mainContect .pgfyl {
	float:left;
	width:610px;
	padding-left: 14px;
}
.mainContect .pgfyl p {
	color:#333333;
	font-size: 14px;
}
.mainContect .pgfyl p a {
	color:#333333;
	font-size: 14px;
}
.mainContect .pgfyr {
	width:100px;
	float:left;
	text-align:center;
	padding-top:30px;
}
.mainContect .pgfyr a {
	color:#333333;
	font-size:14px;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden
}
.fl {
	float:left
}
.fr {
	float:right
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden
}
.ibanner {
	width:100%;
	position:relative;
	overflow:hidden;
	height:400px;
	margin-bottom:30px;
}
.bannerImg {
	width:1903px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-952px;
}

/*分页样式*/
.pglist {
	padding: 10px 0 10px;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .page-num-current {
	display: inline-block;
	color: #fff;
	background: #0082d0;
	border-color: #0082d0;
}